home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Roaster-Java-WA-HTTP-CGI hack / cgi WA plugin / Interfaces / ArrangeModule.r.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  567 b   |  22 lines  |  [TEXT/MPS ]

  1. #ifndef ARRANGEMODULE_R_H
  2. #define ARRANGEMODULE_R_H
  3.  
  4. #ifndef MODULE_R_H
  5. #include "Module.r.h"
  6. #endif
  7.  
  8.  
  9. // Value for the targetApp field of a ModuleDef record to use for Arrange.
  10. #define ArrangeAppID 0x01000000
  11.  
  12. /* Values for the minAppVers field of a ModuleDef record.
  13.  * 
  14.  * Despite appearances, ArrangePonsVers is the version number for Arrange 2.0,
  15.  * not Arrange 1.5.  ("Pons" was the code name for Arrange 2.0.)
  16.  */
  17. #define ArrangePonsVers        0x00001500
  18. #define ArrangePons1Vers     0x00002001
  19. #define ArrangePons2Vers     0x00002002
  20.  
  21.  
  22. #endif // ifndef ARRANGEMODULE_R_H